POST
Get Users
http://localhost/easyweb.com/api/user/data

Username : electrocom
Password : electrocom
Request:

userid: 2

Response:

{
    "status": 1,
    "msgcode": "SUCCESS",
    "message": "User Data.",
    "data": {
        "id": 6,
        "ownerid": 0,
        "type": "O",
        "clientid": "CLI123456789",
        "name": "Owner 2",
        "username": "owner2",
        "email": "owner2@gmail.com",
        "email_verified_at": null,
        "user_type": "owner",
        "mobile": "9874563210",
        "city": "Rajkot",
        "stateid": 12,
        "area": "Ashram Road",
        "add1": "Usmanpura",
        "add2": "Usmanpura",
        "pin": "360006",
        "compname": "Owner 2 Company",
        "prefession": "CA",
        "gstin": "GST123456",
        "gstinfile": "gstfile-20250529112548.pdf",
        "panno": "PAN123456",
        "eo": 1,
        "e": 1,
        "t": 1,
        "a": 1,
        "c": 1,
        "eg": 1,
        "ea": 1,
        "eosrno": "EO1234",
        "egsrno": "EG1234",
        "easrno": "EA1234",
        "status": 1,
        "isbloked": 0,
        "blockedat": null,
        "createdat": "29/05/2025 11:25:48",
        "updatedat": "29/05/2025 11:25:48",
        "full_name": " "
    }
}